home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1994 / MacHack 1994.toast / MacHack™94 / Talks & Papers / Timothy Knox / Help / Help Files / Foreign Code / Description next >
Text File  |  1994-06-24  |  672b  |  5 lines

  1. This folder has two purposes. The former is to illustrate the use of foreign code from Help. The latter is to show how compiler generated symbolic code may be used inside Help (it is, nevertheless, not reasonable to consider using the compiler for a "large" apllication).
  2.  
  3. The file Fib contains the output of the Help compiler for the function fibonnacci. It has benn hand translated in the file Foreign.a into an MPW assembly language file, with an associated Foreign.make file. The final file is the "Foreign" file, that contains a "HLPC" (HeLP Code) ressource that Help may load using the getext function.
  4.  
  5. The file Fib-init everything useful to load and test the code.